figure{ 
    border-width: 2px; 
    border-color: white;
    border-style: solid; 
    border-radius: 25px; 
    padding: 10px;
}
a:hover{
    background-color: aqua;
}
img{
    width: 100%;
}
.Project {
    color: white;
    text-decoration: none;
}

.button {
    filter: invert(1);
    
}
a.button:hover{
    filter: none;
    
}